home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 September / Macworld (1998-09).dmg / Serious Demos / DesignWorks 4.0.1 Demo PPC / Design Kits / PCB Shared Items / Error Scripts / PCB Power and Ground Review < prev   
Text File  |  1996-11-18  |  1KB  |  43 lines

  1. {
  2.   Power and ground review script for Generic PCB Design Kit
  3.   C. Dewhurst, May 13, 1996
  4.   ©1996 Capilano Computing Systems Ltd.
  5.   
  6.   This script checks for:
  7.   
  8.   - Devices with power and ground pins
  9. }
  10. $CHECK(This script is intended only for FLAT mode designs) $PURE $PHYSICAL
  11. $PROGRESS $OFF
  12. {
  13.   Listing defaults
  14. }
  15. $CREATEREPORT($TEMPPATH$DESIGNNAME Power)
  16. $SIGSOURCE(Ground)
  17. $SIGSOURCE(Plus5V) &Power
  18. $DESIGNSIGSOURCE &SigSources
  19. {
  20.   Issue a warning if any devices have no package code
  21. }
  22. $UNSELECTEDPINS $OFF
  23. $FIND $SIGNALS $SIGSOURCE
  24. $SORT $DEVICES $DEVNAME
  25. $COMBDEVSON
  26. $DEVPINFORMAT Pin number $PINNUM is connected to signal $SIGNAME
  27. $MAXITEMSPERLINE(1)
  28. $ITEMSEPARATOR()
  29. $DEVICES\$OBJECT $DEVLOC$NEWLINE\$MESSAGE\Device $DEVNAME on page $PAGE has these power and ground connections:$NEWLINE$PINS
  30. {
  31.   Write out $TITLE line for ErrorScript window
  32. }
  33. \$TITLE
  34. Power and ground review!  List file is $TEMPPATH$DESIGNNAME Power.
  35. {
  36.   Close the report output to the text file.
  37.   All subsequent output will go to ErrorScript as the file name.
  38. }
  39. $CLOSEREPORT
  40. {
  41.   Return report file name for ErrorScript
  42. }
  43. $TEMPPATH$DESIGNNAME Power